home *** CD-ROM | disk | FTP | other *** search
- This is a sample menubar for some of ME's editing functions.
-
- MENUBAR me COLOR 23
- {
- File
- MENU
- {
- Exit ->exit
- }
- Edit
- MENU
- {
- Delete Line ->delline
- Insert Line ->insline
- Append Line ->append_line
- }
- Search
- MENU
- {
- Search Forward ->fsearch
- Search Backward ->rsearch
- Subst Forward ->fsubst
- Subst Backward ->rsubst
- Case Ignore ->ignore_case
- }
- Window
- MENU
- {
- Open Horizontally ->open_window
- Open Vertically ->open_vertical
- }
- Macros
- MENU
- {
- Define Kbd Macro ->capture
- Replay Kbd Macro ->play_macro
- }
- Misc
- MENU
- {
- Shell to DOS ->os_command
- Options ->options
- }
- }
-